home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: What is '?' in C mean....?????
- Date: 21 Jan 1996 09:14:53 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4dtsadINNnns@keats.ugrad.cs.ubc.ca>
- References: <821130476.AA00165@escan.demon.co.uk>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <821130476.AA00165@escan.demon.co.uk>,
- Bill Birrell <bill@escan.demon.co.uk> wrote:
- > Look up the reference manual Edn 2, A7.16 Conditional Operator, 3rd
- >italicised line. It's been around for 17 years that I know of; the former
- >reference in K&R Edn 1 is A7.13, 2nd italicised line for the pre-ANSI
- >reference.
-
- What about page 53 of the ANSIized K&R edition? There is a table of operator
- precedence. Any C programmer worth his salt is familiar with that table.
- How you can miss the presence of the ?: in a perusal of that table is beyond
- me.
- --
-
-